runtime.workbuf.obj (field)
13 uses
runtime (current package)
mgcwork.go#L170: } else if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L173: if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L182: wbuf.obj[wbuf.nobj] = obj
mgcwork.go#L204: if wbuf == nil || wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L208: wbuf.obj[wbuf.nobj] = obj
mgcwork.go#L230: for wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L237: n := copy(wbuf.obj[wbuf.nobj:], obj)
mgcwork.go#L280: return wbuf.obj[wbuf.nobj]
mgcwork.go#L295: return wbuf.obj[wbuf.nobj]
mgcwork.go#L400: obj [(_WorkbufSize - unsafe.Sizeof(workbufhdr{})) / goarch.PtrSize]uintptr
mgcwork.go#L515: memmove(unsafe.Pointer(&b1.obj[0]), unsafe.Pointer(&b.obj[b.nobj]), uintptr(n)*unsafe.Sizeof(b1.obj[0]))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |